 #detailsBoxes {
     height: 450px;
     justify-content: center;
     margin-top: -100px;
 }
 
 #detailsBoxes .boxes {
     position: inherit;
     z-index: 1 !important;
     height: 400px;
     width: 330px;
     flex-direction: column;
     align-items: center;
     padding: 2rem;
 }
 
 #detailsBoxes #box-2 {
     background-color: #EC6559;
 }
 
 #detailsBoxes .boxes .logo {
     height: 100px;
     width: 100px;
 }
 
 #detailsBoxes .boxes .logo img {
     width: 100px;
     height: auto;
 }
 /* Heading Setting  */
 
 #detailsBoxes .boxes .heading {
     color: white;
     font-size: 1.3rem;
     margin-top: 1.5rem;
 }
 
 #detailsBoxes .boxes .text {
     margin-top: 1.5rem;
     color: rgb(167, 167, 167);
     text-align: justify;
     font-size: 1rem;
 }
 
 @media (max-width: 1100px) {
     #detailsBoxes .boxes {
         height: 350px;
         width: 280px;
     }
     #detailsBoxes .boxes .logo {
         height: 80px;
         width: 80px;
     }
     #detailsBoxes .boxes .logo img {
         width: 80px;
         height: auto;
     }
     #detailsBoxes .boxes .heading {
         color: white;
         font-size: 1.1rem;
         margin-top: 1.5rem;
     }
     #detailsBoxes .boxes .text {
         margin-top: 1.5rem;
         text-align: justify;
     }
 }
 
 @media (max-width: 768px) {
     #detailsBoxes {
         height: 350px;
         justify-content: center;
         margin-top: -60px;
     }
     #detailsBoxes .boxes {
         height: 300px;
         width: 230px;
     }
     #detailsBoxes .boxes .logo {
         height: 60px;
         width: 60px;
     }
     #detailsBoxes .boxes .logo img {
         width: 60px;
         height: auto;
     }
     #detailsBoxes .boxes .heading {
         color: white;
         font-size: 1rem;
         margin-top: 1.3rem;
     }
     #detailsBoxes .boxes .text {
         margin-top: 1.3rem;
         text-align: justify;
         font-size: 0.8rem;
     }
 }
 
 @media (max-width: 700px) {
     #detailsBoxes {
         height: 200px;
         justify-content: center;
         margin-top: 5px;
         padding: 0px 20px;
     }
     #detailsBoxes .boxes {
         height: 170px;
         width: 130px;
         padding: 0.6rem;
     }
     #detailsBoxes .boxes .logo {
         height: 40px;
         width: 40px;
     }
     #detailsBoxes .boxes .logo img {
         width: 40px;
         height: auto;
     }
     #detailsBoxes .boxes .heading {
         color: white;
         font-size: 0.6rem;
         margin-top: 1rem;
     }
     #detailsBoxes .boxes .text {
         margin-top: 1rem;
         text-align: justify;
         font-size: 0.4rem;
     }
 }